/* Catlist
-------------------------------------------------------------------------------------- */

/* Form list
--------------------- */
.portfolio-catlist {
    line-height: 1;
    margin-bottom: 40px;
}
.portfolio-catlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "PT Serif", serif;
    display: inline-block;
}
.portfolio-catlist ul li {
    display: block;
    float: left;
    font-size: 14px;
}
.portfolio-catlist ul li:before {
    content: "\B7";
    font-weight: bold;
    margin: 0 10px;
    color: #ccc;
}
.portfolio-catlist ul li:first-child:before {
    display: none;
}
.portfolio-catlist ul li a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all .1s ease;
            transition: all .1s ease;
}
.portfolio-catlist ul li a:hover {
    color: #5EA7B1;
    text-decoration: none;
}
.portfolio-catlist ul li.current-cat a {
    color: #5EA7B1;
}

/* Layout
--------------------- */
.catlist-wrapper {
    padding-bottom: 3rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #e9e9e9;
}
.catlist-wrapper .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.catlist-wrapper .col {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0;
}
.catlist-wrapper .col-cats {
    text-align: right;
}
.catlist-wrapper .col > *:last-child {
    margin-bottom: 0;
}

/* Portfolio
-------------------------------------------------------------------------------------- */

/* Layout
--------------------- */
.wi-portfolio {
	margin: 0 -8px;
	}
.wi-portfolio:after {
    display: table;
    content: "";
    clear: both;
}
.portfolio-item {
	display: block;
	float: left;
	padding: 8px;
	}
.portfolio-item .article-inner {
    position: relative;
}

        /* 2 cols */
    .wi-portfolio.column-2 .portfolio-item {
        width: 50%;
    }
    .wi-portfolio.column-2 .portfolio-item:nth-child(2n+1) {
        clear: left;
    }

        /* 3 cols */
    .wi-portfolio.column-3 .portfolio-item {
        width: 33.3333%;
    }
    .wi-portfolio.column-3 .portfolio-item:nth-child(3n+1) {
        clear: left;
    }

/* Thumbnail
--------------------- */
.portfolio-item .bg_thumb .height_elment {
	padding-bottom: 100%;
	}

/* Rollover
--------------------- */
.wi-rollover,
.rollover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.rollover-overlay {
    opacity: .9;
    background: #5EA7B1;
}
.wi-rollover {
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.portfolio-item .article-inner:hover .wi-rollover {
    visibility: visible;
    opacity: 1;
}
.wi-rollover .wi-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}
.wi-rollover .wi-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
}

.rollover-title {
    margin: 0;
    text-decoration: none;
    -webkit-transform: translate(0,10px);
        -ms-transform: translate(0,10px);
            transform: translate(0,10px);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    opacity: 0;
}
.rollover-title a {
    color: inherit;
}
.rollover-title a:hover {
    color: rgba(255,255,255,.8)
}
.rollover-meta {
    margin-top: 10px;
    -webkit-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
            transform: translate(0,20px);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    opacity: 0;
}
.rollover-meta a {
    color: inherit;
}
.rollover-meta a:hover {
    color: rgba(255,255,255,.8)
}
.portfolio-item .article-inner:hover .rollover-title,
.portfolio-item .article-inner:hover .rollover-meta {
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 1;
}
.rollover-meta .sep {
    margin: 0 6px;
}

/* Single Project Item
-------------------------------------------------------------------------------------- */


	
/* Widget
-------------------------------------------------------------------------------------- */
.wi-latest-project-widget {
	margin: 0 -5px;
	}
.wi-latest-project-widget .project-item {
	display:block;
	float:left;
	width:33.33%;
	padding:5px;
	}
.wi-latest-project-widget .project-item:hover {
	opacity:0.8;
	}	
.wi-latest-project-widget .project-item a {
    display: block;
    outline: none;
    text-decoration: none;
    color: inherit;
}
.wi-latest-project-widget .project-item img {
	display:block;
	width:100%;
	}	